home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Sample Code / Snippets / Development Tools & Languages / MacApp C++ Load⁄dump / DemoTextDump 2 / DemoTextDump.h < prev    next >
Encoding:
Text File  |  1992-07-15  |  591 b   |  44 lines  |  [TEXT/MPS ]

  1. // DemoText Dump file
  2.  
  3. #ifndef    __DemoTextDump__
  4. #define __DemoTextDump__
  5.  
  6. // all header files defined for dump:ing
  7.  
  8. #ifndef __UMACAPP__
  9. #include "UMacApp.h"
  10. #endif
  11.  
  12. #ifndef __UPRINTING__
  13. #include "UPrinting.h"
  14. #endif
  15.  
  16. #ifndef __UTEVIEW__
  17. #include "UTEView.h"
  18. #endif
  19.  
  20. #ifndef __TOOLUTILS__
  21. #include "ToolUtils.h"
  22. #endif
  23.  
  24. #ifndef __FONTS__
  25. #include "Fonts.h"
  26. #endif
  27.  
  28. #ifndef __RESOURCES__
  29. #include "Resources.h"
  30. #endif
  31.  
  32. #ifndef __SCRIPT__
  33. #include "Script.h"
  34. #endif
  35.  
  36. #ifndef __PICKER__
  37. #include "Picker.h"
  38. #endif
  39.  
  40. #ifdef qDumpOwn
  41. #include "UDemoText.h"
  42. #endif qDumpOwn
  43.  
  44. #endif __DemoTextDump__